How to Install h264enc software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install h264enc software package in Ubuntu 12.04 LTS (Precise Pangolin)

h264enc software package provides encode video or DVD in H.264/AVC/MPEG-4 Part 10, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install h264enc 

h264enc is installed in your system.

Make ensure the h264enc package were installed using the commands given below,

$ sudo dpkg-query -l | grep h264enc *

You will get with h264enc package name, version, architecture and description in a table

h264enc package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Video
Package h264enc
Version 9.3.7~dfsg-0ubuntu1
Description encode video or DVD in H.264/AVC/MPEG-4 Part 10
Sub Section Video


See Also, How to uninstall or remove h264enc software package from Ubuntu 12.04 LTS (Precise Pangolin)?